From eac0f6a460c0c2ffdaf6b88cdac685dae8d392e8 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 3 Aug 2013 12:58:42 -0700 Subject: [PATCH] .bzrignore fixes Anchor emacs-* entry so it does not match many other things. Remove trailing slashes that are ignored (see bzr help patterns). --- .bzrignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.bzrignore b/.bzrignore index 57a8c6a81d4..756ec607f77 100644 --- a/.bzrignore +++ b/.bzrignore @@ -24,7 +24,8 @@ conftest* core DOC DOC-* -emacs-*/ +# make-dist output. +./emacs-* makefile Makefile Makefile.c @@ -81,9 +82,9 @@ leim/leim-list.el leim/quail/*.el leim/changed.misc leim/changed.tit -lib/.deps/ +lib/.deps lib/Makefile.in -lib/deps/ +lib/deps lib/alloca.h lib/arg-nonnull.h lib/c++defs.h @@ -95,7 +96,7 @@ lib/stdbool.h lib/stdio.h lib/stdint.h lib/stdlib.h -lib/sys/ +lib/sys lib/SYS lib/time.h lib/unistd.h -- 2.30.2